body{
    background-image: url('/media/images/_404/background.jpg');
}

.footer-div{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background-color: #242424;
    text-align: center;
}

.title {
    color: #6BC128;
    text-transform: uppercase;
    font-family: 'Roboto condensed';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7.6px;
}

.subtitle{
    margin-top: -0.9%;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto condensed';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7.6px;
    text-align: center;
}

.text{
    margin-top: -0.9%;
    color: white;
    font-family: 'Roboto condensed';
    font-size: 16px;
    text-align: center;
}

li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.row-copyright{
    border-top: 1px solid #4f4f4f;
    padding-top: 12px;
    padding-bottom: 26px;
    width: 50%;
    margin-left: 25%;
}

.copyright{
    float: left;
    text-transform: uppercase;
    color: white;
    font-size: 11px;
    font-family: "Lato";
    font-weight: 400;
    margin: 0 0 10px;
}

.box-site-down{
    margin-top: 10%;
    margin-left: 18%;
    max-width: 504px;
    height: 560px;
    text-align: center;
}

.box-site-down  .box-site-down-top{
    background-color: white;
    height: 180px;
    padding: 50px 45px;
    box-shadow: 0px 0px 42.75px 2.25px rgba(0, 0, 0, 0.1);
    position: relative;
}

.box-site-down  .box-site-down-bottom{
    background-color: #ffffff;
    height: 90px;
    padding: 55px 45px 60px;
}

.box-title{
    font-size: 46px;
    font-weight: 600;
    font-family: "din-2014", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

.box-subtitle{
    font-size: 20px;
    font-weight: 600;
    font-family: "din-2014", sans-serif;
    color: #333333;
    padding:0 45px;
    margin-bottom: 50px;
    width: 95%;
    margin-left: -8.5%;
}

.box-subtitle .green{
    color: #6BC128;
}

.box-site-pic{
    margin-top: -50%;
    margin-left: -4%;
}

.box-site-pic-div{
    height: 29%;
}

.box-text{
    font-size: 20px;
    font-weight: 600;
    font-family: "din-2014", sans-serif;
    color: #333333;
    padding:0 45px;
    margin-bottom: 50px;
    width: 61%;
    margin-left: 8.8%;
}

.box-text-imgs{
    display: flex;
    margin-left: 34%;
    margin-top: -8%;
}

.box-text-img{
    margin-right: 3%;
}